command language - определение. Что такое command language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое command language - определение

LANGUAGE FOR JOB CONTROL IN COMPUTING
Найдено результатов: 8484
command language         
¦ noun Computing a source language composed chiefly of a set of commands or operators, used especially for communicating with the operating system of a computer.
Command language         
A command language is a language for job control in computing. It is a domain-specific and interpreted language; common examples of a command language are shell or batch programming languages.
Spacecraft command language         
COMPUTER COMMAND LANGUAGE FOR COMMANDING SPACECRAFT MISSION SYSTEMS
Draft:Spacecraft command language; CSTOL
A spacecraft command language (or satellite control language, spacecraft control language, Systems Test and Operation Language (STOL), Satellite Test and Operation Language, etc.) is a computer command language for commanding spacecraft mission systems.
Printer Command Language         
PAGE DESCRIPTION LANGUAGE
PCL 6; PCL6; Printer command language; Pcl driver; PCL 5; Pcl5e; PCL (printer language); Hewlett-Packard Printer Command Language; Hewlett-Packard PCL; HP PCL; HP Printer Command Language
Printer Command Language, more commonly referred to as PCL, is a page description language (PDL) developed by Hewlett-Packard as a printer protocol and has become a de facto industry standard. Originally developed for early inkjet printers in 1984, PCL has been released in varying levels for thermal, matrix, and page printers.
Tool Command Language         
  • Eclipse]] IDE
SCRIPTING LANGUAGE
Tool Command Language; Uplevel; Tcl.tk; TclTk; Tcl/tk; Tclllib; TcLib; TclLib; TCLLib; TCLLIB; TCLlib; TclLIB; TClliB; TcllLib; Tcllib; Tcl (programming language); Safe-Tcl; Tcl programming language; Object-oriented programming in Tcl; Tcl (computer language); Upvar
<language> /tik*l/ (Tcl) An interpreted string processing language for issuing commands to interactive programs, developed by John Ousterhout at UCB. Each {application program} can extend tcl with its own set of commands. Tcl is like a text-oriented Lisp, but lets you write algebraic expressions for simplicity and to avoid scaring people away. Though originally designed to be a "scripting language" rather than for serious programming, Tcl has been used successfully for programs with hundreds of thousands of lines. It has a peculiar but simple syntax. It may be used as an embedded interpreter in application programs. It has exceptions and packages (called libraries), name-spaces for procedures and variables, and provide/require. It supports dynamic loading of object code. It is {eight-bit clean}. It has only three variable types: strings, lists and associative arrays but no structures. Tcl and its associated GUI toolkit, Tk run on all flavors of Unix, Microsoft Windows, Macintosh and VMS. Tcl runs on the Amiga and many other platforms. Latest version: 8.0.3, as of 1998-09-25. See also expect (control interactive programs and pattern match on their output), Cygnus Tcl Tools, [incr Tcl] (adds classes and inheritence to Tcl), Scriptics (John Ousterhout's company that is the home of Tcl development and the TclPro tool suite), Tcl Consortium (a non-profit agency dedicated to promoting Tcl), tclhttpd (an embeddable Tcl-based web server), tclx (adds many commands to Tcl), tcl-debug. {comp.lang.tcl FAQ at MIT (ftp://rtfm.mit.edu/pub/usenet-by-group/comp.answers/tcl-faq/)}. or at purl.org (http://purl.org/NET/Tcl-FAQ/). {Scriptics downloads (http://scriptics.com/software/download.html)}. Kanji (ftp://srawgw.sra.co.jp/pub/lang/tcl/jp/). Usenet newsgroups: news:comp.lang.tcl.announce, news:comp.lang.tcl. ["Tcl: An Embeddable Command Language", J. Ousterhout, Proc 1990 Winter USENIX Conf]. (1998-11-27)
Guarded Command Language         
FORMAL LANGUAGE FOR PREDICATE TRANSFORMER SEMANTICS INTRODUCED BY BY EDSGER DIJKSTRA
Guarded command; Guarded commands
The Guarded Command Language (GCL) is a programming language defined by Edsger Dijkstra for predicate transformer semantics in EWD472. It combines programming concepts in a compact way.
Command (military formation)         
MILITARY ORGANIZATIONAL UNIT UNDER THE RESPONSIBILITY OF A MILITARY COMMANDER
Command Control Center; Military command
A command in military terminology is an organisational unit for which a military commander is responsible. Commands, sometimes called units or formations, form the building blocks of a military.
Command hierarchy         
GROUP OF PEOPLE WHO CARRY OUT ORDERS BASED ON OTHERS AUTHORITY WITHIN THE GROUP
Chain of command; Command structure; Command chain; Command rank; Scalar chain of command; Chain of Command; Chain-of-command; Chain Of Command; Scalar chain; Command echelon; Echelon of command; Chains of Command; Command chains; Military command structure; Army chain of command; Military chain of command; Chains of command
A command hierarchy is a group of people who carry out orders based on others' authority within the group. It can be viewed as part of a power structure, in which it is usually seen as the most vulnerable and also the most powerful part.
Basic command unit         
LARGEST UNIT INTO WHICH TERRITORIAL BRITISH POLICE FORCES ARE DIVIDED
Operational Command Unit; Borough Operational Command Unit; Basic command units; Operational command unit; Borough Command Unit; Basic Command Unit
A Basic Command Unit (BCU) is the largest unit into which territorial British Police forces are dividedBasic Command Unit replaces the earlier terms Sub-Division and Division that had been in use since the 1880s. BCUs may alternatively be called an Area Command, a Division, a Local Policing Unit (LPU) or a Local Policing Team (LPT).
Command HQ         
1991 VIDEO GAME
Command H.Q.
Command HQ is a real-time strategy world domination game. It was released in 1990 by Microplay Software and was created by designer Danielle Bunten.

Википедия

Command language

A command language is a language for job control in computing. It is a domain-specific and interpreted language; common examples of a command language are shell or batch programming languages.

These languages can be used directly at the command line, but can also automate tasks that would normally be performed manually at the command line. They share this domain—lightweight automation—with scripting languages, though a command language usually has stronger coupling to the underlying operating system. Command languages often have either very simple grammars or syntaxes very close to natural language, to shallow the learning curve, as with many other domain-specific languages.